Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.text.edits.ReplaceEdit

Packages that use ReplaceEdit
org.eclipse.text.edits   
 

Uses of ReplaceEdit in org.eclipse.text.edits
 

Methods in org.eclipse.text.edits that return ReplaceEdit
 ReplaceEdit[] ISourceModifier.getModifications(String source)
          Returns the modification to be done to the passed string in form of replace edits.
 

Methods in org.eclipse.text.edits with parameters of type ReplaceEdit
 boolean TextEditVisitor.visit(ReplaceEdit edit)
          Visists a ReplaceEdit instance.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.